home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2002 April / Game.EXE_04_2002.iso / Patches / Cossacks Editor v2.0 / cs_sedit.exe / cs_sedit / Data / FuncStruct < prev    next >
Encoding:
Text File  |  2001-11-22  |  1.5 KB  |  135 lines

  1. #CONDITION
  2.  
  3. #Basic
  4. GetGlobalTime
  5. GetDiff
  6. GetResource
  7. VarValue
  8. TriggerDone
  9.  
  10. #UnitNumber
  11. GetUnitsByNation
  12. GetUnitsAmount1
  13. GetUnitsAmount0
  14. GetUnitsAmount2
  15. GetTotalAmount0
  16. GetTotalAmount1
  17. GetReadyAmount
  18. GetDied
  19. GetKilled
  20. NationIsErased
  21.  
  22. #SwitchesAndTimers
  23. Trigg
  24. TimerDone
  25. GetTime
  26.  
  27. #Questions
  28. AskQuestionEx
  29.  
  30. #Buildings
  31. CheckProduction
  32. CheckBuildingsComplete
  33.  
  34. #Upgrades
  35. IsUpgradeDoing
  36. IsUpgradeDone
  37.  
  38. #Transport
  39. GetNInside
  40. CheckGroupLeaveAbility
  41.  
  42. #END
  43.  
  44. #ACTION
  45.  
  46. #Basic
  47. IfBlock
  48. PreserveTrigger
  49.  
  50. #SwitchesAndTimers
  51. RunTimer
  52. SetTrigg
  53.  
  54. #Players
  55. ChangeFriendsEx
  56.  
  57. #AI
  58. StartAIEx
  59. DoNotUseSelInAI
  60.  
  61. #Selection
  62. SelectUnits
  63. SelectUnits1
  64. SelectUnitsInZone
  65. SelectTypeOfUnitsInZone
  66. SelectUnitsType
  67. ClearSelection
  68.  
  69. #UnitsOperation
  70. SelChangeNation
  71. EnableUnit
  72. ProduceUnit
  73. ProduceUnitFast
  74. CreateBuilding
  75. CreateObject0
  76. SaveSelectedUnits
  77. RemoveGroup
  78. SelDie
  79. SelErase
  80.  
  81. #UnitsCommand
  82. SetDestPoint
  83. RepairBuildingsBySel
  84. SelAttackGroup
  85. AttackEnemyInZone
  86. SelSendTo
  87. SelSendAndKill
  88. Patrol
  89. AttackZoneByArtillery
  90. AttackBuildingsInZone
  91. SetStandGround
  92. AllowAttack
  93.  
  94. #Upgrades
  95. InitialUpgradeEx
  96. DisableUpgrade
  97.  
  98. #Resource
  99. AddResource
  100. SubResource
  101. SetResource
  102.  
  103. #Objectives
  104. DisableMissionEx
  105. EnableMissionEx
  106. CompleteMission
  107.  
  108. #Message
  109. ShowPageEx
  110.  
  111. #Map
  112. SetStartPoint
  113. ShowAlarm
  114. SetLightSpot
  115. ClearLightSpot
  116.  
  117. #Extraction
  118. TakeFood
  119. TakeWood
  120. TakeStone
  121.  
  122. #Gates
  123. SelOpenGates
  124. SelCloseGates
  125.  
  126. #Transport
  127. SendUnitsToTransport
  128. PushUnitAway
  129. PushAllUnitsAway
  130.  
  131. #EndGame
  132. ShowVictory
  133. LooseGame
  134.  
  135. #END